home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 0 / DISK0204.ZIP / READ.ME < prev    next >
Text File  |  1984-06-06  |  2KB  |  59 lines

  1. Here is information about FCOPY, a fast, crude, diskette 
  2. format-and-copy program.
  3.  
  4. FCOPY operates on the IBM Personal Computer.  It requires,
  5.   1) an IBM PC or equivalent
  6.   2) 256 K memory or more
  7.   3) two diskette drives
  8.   4) DOS 1.10
  9.   
  10. FCOPY was written to provide a more expedient means of 
  11. copying diskettes than the DISKCOPY program that is 
  12. supplied with DOS.  FCOPY is not a polished or flexible 
  13. program -- it was created for private use, and therefore is 
  14. rather crude.  For example, it only copies the PC's lowest-
  15. common-denominator diskette format: singled sided, 8-track, 
  16. 160 KB format; it uses absolute memory locates from 95K to 
  17. 256K; and so forth.  
  18.  
  19. WARNING NOTE: Simply because of its particular use of memory, 
  20. FCOPY requires the use of DOS versions 1.00 or 1.10, and not 
  21. 2.00 or above.
  22.  
  23. FCOPY is distributed free, as-is, for those who can make 
  24. use of it.  Source code (Pascal and assembler) is included, 
  25. so that any one with the necessary skills can modify it.
  26.  
  27. FCOPY works in the following way:
  28.  
  29.   * it begins by reading a master diskette into memory, 
  30.     from drive A.
  31.     
  32.   * then it proceeds to format and copy diskettes, 
  33.     alternating between drives A and B.
  34.     
  35.   * FCOPY operates continuously, for maximum speed; when it 
  36.     is finished with one diskette, it begins with the next 
  37.     diskette in the opposite drive.  
  38.     
  39.   * while FCOPY is formatting and copying on one drive, the 
  40.     other drive can be unloaded and reloaded, ready for the 
  41.     next copy.
  42.     
  43.   * if a diskette is not ready in a drive when FCOPY starts 
  44.     trying to use it, FCOPY will continue trying until a 
  45.     diskette is ready.
  46.     
  47.   * if FCOPY encounters any errors, it passes on to the 
  48.     next diskette, without any second tries.
  49.     
  50.   * you can instruct FCOPY to pause at the end of the 
  51.     current diskette, by pressing the Esc key.
  52.  
  53.   * FCOPY will produce formatted copies in about 30 seconds each.
  54.     
  55.                     Peter Norton
  56.                     June 1, 1984
  57.                     
  58.                     
  59.